X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=blobdiff_plain;f=autoload.php;h=29f986e3eb1d74567273eee53a638c6733763ec5;hb=fd8d3abec8f2b02f6b77e65b6f643f808cc1d8a6;hp=5808040e419ad096a420fe23130fb9cdab885e63;hpb=b86ef89dd17f51841a220e8ef9b3b8b2402e2547;p=lhc%2Fweb%2Fwiklou.git diff --git a/autoload.php b/autoload.php index 5808040e41..29f986e3eb 100644 --- a/autoload.php +++ b/autoload.php @@ -514,41 +514,41 @@ $wgAutoloadLocalClasses = [ 'GitInfo' => __DIR__ . '/includes/GitInfo.php', 'GlobalDependency' => __DIR__ . '/includes/cache/CacheDependency.php', 'GlobalVarConfig' => __DIR__ . '/includes/config/GlobalVarConfig.php', - 'HTMLApiField' => __DIR__ . '/includes/htmlform/HTMLApiField.php', - 'HTMLAutoCompleteSelectField' => __DIR__ . '/includes/htmlform/HTMLAutoCompleteSelectField.php', - 'HTMLButtonField' => __DIR__ . '/includes/htmlform/HTMLButtonField.php', + 'HTMLApiField' => __DIR__ . '/includes/htmlform/fields/HTMLApiField.php', + 'HTMLAutoCompleteSelectField' => __DIR__ . '/includes/htmlform/fields/HTMLAutoCompleteSelectField.php', + 'HTMLButtonField' => __DIR__ . '/includes/htmlform/fields/HTMLButtonField.php', 'HTMLCacheUpdate' => __DIR__ . '/includes/deferred/HTMLCacheUpdate.php', 'HTMLCacheUpdateJob' => __DIR__ . '/includes/jobqueue/jobs/HTMLCacheUpdateJob.php', - 'HTMLCheckField' => __DIR__ . '/includes/htmlform/HTMLCheckField.php', - 'HTMLCheckMatrix' => __DIR__ . '/includes/htmlform/HTMLCheckMatrix.php', - 'HTMLComboboxField' => __DIR__ . '/includes/htmlform/HTMLComboboxField.php', - 'HTMLEditTools' => __DIR__ . '/includes/htmlform/HTMLEditTools.php', + 'HTMLCheckField' => __DIR__ . '/includes/htmlform/fields/HTMLCheckField.php', + 'HTMLCheckMatrix' => __DIR__ . '/includes/htmlform/fields/HTMLCheckMatrix.php', + 'HTMLComboboxField' => __DIR__ . '/includes/htmlform/fields/HTMLComboboxField.php', + 'HTMLEditTools' => __DIR__ . '/includes/htmlform/fields/HTMLEditTools.php', 'HTMLFileCache' => __DIR__ . '/includes/cache/HTMLFileCache.php', - 'HTMLFloatField' => __DIR__ . '/includes/htmlform/HTMLFloatField.php', + 'HTMLFloatField' => __DIR__ . '/includes/htmlform/fields/HTMLFloatField.php', 'HTMLForm' => __DIR__ . '/includes/htmlform/HTMLForm.php', 'HTMLFormField' => __DIR__ . '/includes/htmlform/HTMLFormField.php', - 'HTMLFormFieldCloner' => __DIR__ . '/includes/htmlform/HTMLFormFieldCloner.php', + 'HTMLFormFieldCloner' => __DIR__ . '/includes/htmlform/fields/HTMLFormFieldCloner.php', 'HTMLFormFieldRequiredOptionsException' => __DIR__ . '/includes/htmlform/HTMLFormFieldRequiredOptionsException.php', - 'HTMLFormFieldWithButton' => __DIR__ . '/includes/htmlform/HTMLFormFieldWithButton.php', - 'HTMLHiddenField' => __DIR__ . '/includes/htmlform/HTMLHiddenField.php', - 'HTMLInfoField' => __DIR__ . '/includes/htmlform/HTMLInfoField.php', - 'HTMLIntField' => __DIR__ . '/includes/htmlform/HTMLIntField.php', - 'HTMLMultiSelectField' => __DIR__ . '/includes/htmlform/HTMLMultiSelectField.php', + 'HTMLFormFieldWithButton' => __DIR__ . '/includes/htmlform/fields/HTMLFormFieldWithButton.php', + 'HTMLHiddenField' => __DIR__ . '/includes/htmlform/fields/HTMLHiddenField.php', + 'HTMLInfoField' => __DIR__ . '/includes/htmlform/fields/HTMLInfoField.php', + 'HTMLIntField' => __DIR__ . '/includes/htmlform/fields/HTMLIntField.php', + 'HTMLMultiSelectField' => __DIR__ . '/includes/htmlform/fields/HTMLMultiSelectField.php', 'HTMLNestedFilterable' => __DIR__ . '/includes/htmlform/HTMLNestedFilterable.php', - 'HTMLRadioField' => __DIR__ . '/includes/htmlform/HTMLRadioField.php', - 'HTMLSelectAndOtherField' => __DIR__ . '/includes/htmlform/HTMLSelectAndOtherField.php', - 'HTMLSelectField' => __DIR__ . '/includes/htmlform/HTMLSelectField.php', - 'HTMLSelectLimitField' => __DIR__ . '/includes/htmlform/HTMLSelectLimitField.php', - 'HTMLSelectNamespace' => __DIR__ . '/includes/htmlform/HTMLSelectNamespace.php', - 'HTMLSelectNamespaceWithButton' => __DIR__ . '/includes/htmlform/HTMLSelectNamespaceWithButton.php', - 'HTMLSelectOrOtherField' => __DIR__ . '/includes/htmlform/HTMLSelectOrOtherField.php', - 'HTMLSubmitField' => __DIR__ . '/includes/htmlform/HTMLSubmitField.php', - 'HTMLTagFilter' => __DIR__ . '/includes/htmlform/HTMLTagFilter.php', - 'HTMLTextAreaField' => __DIR__ . '/includes/htmlform/HTMLTextAreaField.php', - 'HTMLTextField' => __DIR__ . '/includes/htmlform/HTMLTextField.php', - 'HTMLTextFieldWithButton' => __DIR__ . '/includes/htmlform/HTMLTextFieldWithButton.php', - 'HTMLTitleTextField' => __DIR__ . '/includes/htmlform/HTMLTitleTextField.php', - 'HTMLUserTextField' => __DIR__ . '/includes/htmlform/HTMLUserTextField.php', + 'HTMLRadioField' => __DIR__ . '/includes/htmlform/fields/HTMLRadioField.php', + 'HTMLSelectAndOtherField' => __DIR__ . '/includes/htmlform/fields/HTMLSelectAndOtherField.php', + 'HTMLSelectField' => __DIR__ . '/includes/htmlform/fields/HTMLSelectField.php', + 'HTMLSelectLimitField' => __DIR__ . '/includes/htmlform/fields/HTMLSelectLimitField.php', + 'HTMLSelectNamespace' => __DIR__ . '/includes/htmlform/fields/HTMLSelectNamespace.php', + 'HTMLSelectNamespaceWithButton' => __DIR__ . '/includes/htmlform/fields/HTMLSelectNamespaceWithButton.php', + 'HTMLSelectOrOtherField' => __DIR__ . '/includes/htmlform/fields/HTMLSelectOrOtherField.php', + 'HTMLSubmitField' => __DIR__ . '/includes/htmlform/fields/HTMLSubmitField.php', + 'HTMLTagFilter' => __DIR__ . '/includes/htmlform/fields/HTMLTagFilter.php', + 'HTMLTextAreaField' => __DIR__ . '/includes/htmlform/fields/HTMLTextAreaField.php', + 'HTMLTextField' => __DIR__ . '/includes/htmlform/fields/HTMLTextField.php', + 'HTMLTextFieldWithButton' => __DIR__ . '/includes/htmlform/fields/HTMLTextFieldWithButton.php', + 'HTMLTitleTextField' => __DIR__ . '/includes/htmlform/fields/HTMLTitleTextField.php', + 'HTMLUserTextField' => __DIR__ . '/includes/htmlform/fields/HTMLUserTextField.php', 'HWLDFWordAccumulator' => __DIR__ . '/includes/diff/DairikiDiff.php', 'HashBagOStuff' => __DIR__ . '/includes/libs/objectcache/HashBagOStuff.php', 'HashConfig' => __DIR__ . '/includes/config/HashConfig.php', @@ -790,6 +790,7 @@ $wgAutoloadLocalClasses = [ 'MarkpatrolledAction' => __DIR__ . '/includes/actions/MarkpatrolledAction.php', 'McTest' => __DIR__ . '/maintenance/mctest.php', 'MediaHandler' => __DIR__ . '/includes/media/MediaHandler.php', + 'MediaHandlerFactory' => __DIR__ . '/includes/media/MediaHandlerFactory.php', 'MediaStatisticsPage' => __DIR__ . '/includes/specials/SpecialMediaStatistics.php', 'MediaTransformError' => __DIR__ . '/includes/media/MediaTransformOutput.php', 'MediaTransformInvalidParametersException' => __DIR__ . '/includes/media/MediaTransformInvalidParametersException.php', @@ -1169,6 +1170,7 @@ $wgAutoloadLocalClasses = [ 'ResourceLoaderUserDefaultsModule' => __DIR__ . '/includes/resourceloader/ResourceLoaderUserDefaultsModule.php', 'ResourceLoaderUserModule' => __DIR__ . '/includes/resourceloader/ResourceLoaderUserModule.php', 'ResourceLoaderUserOptionsModule' => __DIR__ . '/includes/resourceloader/ResourceLoaderUserOptionsModule.php', + 'ResourceLoaderUserStylesModule' => __DIR__ . '/includes/resourceloader/ResourceLoaderUserStylesModule.php', 'ResourceLoaderUserTokensModule' => __DIR__ . '/includes/resourceloader/ResourceLoaderUserTokensModule.php', 'ResourceLoaderWikiModule' => __DIR__ . '/includes/resourceloader/ResourceLoaderWikiModule.php', 'RestbaseVirtualRESTService' => __DIR__ . '/includes/libs/virtualrest/RestbaseVirtualRESTService.php', @@ -1539,6 +1541,7 @@ $wgAutoloadLocalClasses = [ 'WikiReference' => __DIR__ . '/includes/WikiMap.php', 'WikiRevision' => __DIR__ . '/includes/import/WikiRevision.php', 'WikiStatsOutput' => __DIR__ . '/maintenance/language/StatOutputs.php', + 'WikiTextStructure' => __DIR__ . '/includes/content/WikiTextStructure.php', 'WikitextContent' => __DIR__ . '/includes/content/WikitextContent.php', 'WikitextContentHandler' => __DIR__ . '/includes/content/WikitextContentHandler.php', 'WinCacheBagOStuff' => __DIR__ . '/includes/libs/objectcache/WinCacheBagOStuff.php',